home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 60 / 60.xpi / chrome / webdeveloper.jar / content / webdeveloper / stylesheets / linearize_page.css < prev    next >
Cascading Style Sheet File  |  2009-06-30  |  150b  |  10 lines

  1. *
  2. {
  3.     float: none !important;
  4.     position: static !important;
  5. }
  6.  
  7. table, tbody, td, tfoot, th, thead, tr
  8. {
  9.     display: block !important;
  10. }